home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Supervisor's Toolkit
/
Network Supervisor's Toolkit.iso
/
novell
/
fyi5
/
04184.dos
< prev
next >
Wrap
Text File
|
1996-07-10
|
1KB
|
34 lines
SUBJECT : 386 error returned by FLAG.EXE
FYI # : 041890ll
DATE : 04/13/90
OS VERSION : NetWare 396 v3.0
REVISION :
SHELL VERSION :
GENERAL INFORMATION : The 386 FLAG.EXE returns an error code to DOS even
when it executes the flag command correctly.
PROBLEM : Assume the follow batch file:
rem flag the menu.exe file sharable read-write
flag menu.exe srw
if errorlevel 1 goto fail
echo FLAG PASSED.
goto end
:fail
echo FLAG FAILED!!!
:end
This batch file should return an errorlevel of 0
assuming menu.exe exists. It fails.
SOLUTION : I used a 2.15 FLAG.EXE running the same batch file
and it passed.
COMMENTS (Optional) :
(Check one)
(xx) This information has been verified in the lab.
( ) This is useful information, but has not been verified.